Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  GetWorkflowInfo
Prev Next

GetWorkflowInfo returns the WorkflowInfo object associated with the specified item.

WorkflowInfo GetWorkflowInfo(
  ItemDefinition item,
  VersionUri version,
  CallContext context
)

The workflow information includes the Workflow ID and the Item’s current state.


Prev Next